$('#test').fadeOut() $('#test').fadeIn() $('#test').fadeTo('slow',0) $('#test').fadeTo('slow',1)
Radio button 1 Radio button 2 Radio button 3
Checkbox 1 Checkbox 2 Checkbox 3
This page overwrites jQuery's fade functions using this code found here.